home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Network Tools 2002
/
NextStepPublishing-TotalNetworkTools2002-Win95.iso
/
Archive
/
Port Scanners
/
NX.EXE
/
HOST.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-15
|
308 b
|
11 lines
#if !defined(_HOST_INCLUDED)
#define _HOST_INCLUDED
struct Host
{
unsigned int m_iPort; // the port that the scanner is up to .. an __**index**__ into m_Ports
char m_szIp[64]; // a string representation of the ip
SOCKADDR_IN m_sin; // the structure used in the connect call
};
#endif